Get Data Point Member Captions by Drop Zone

{ getDataPointDropZoneCaptions }

Retrieves a collection of member captions per drop zone. For instance, get the caption for each data point given by the iterateDataPoints function.

Method
getDataPointDropZoneCaptions(dataPoint: number [], dataPoint: DropZoneType): string[]

Arguments

dataPoint: number []

  • The data point to retrieve captions for.

dataPoint: DropZoneType

  • The dropZoneType to look at.

Returns

string[]

  • An array of strings containing all member captions that represent the relevant data point.